projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009368b
)
Use Make to update finder-inf.el and autoloads.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Apr 1997 19:41:28 +0000
(19:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Apr 1997 19:41:28 +0000
(19:41 +0000)
Also update cus-load.el.
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 37e1ac7702c48b18557f7c2749f66509d9b7cfd8..d219fb58ce51ed8fa371e47e2722323a5737d242 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-172,7
+172,7
@@
then
echo "Updating finder-inf.el"
- (cd lisp;
$EMACS -batch -l finder -f finder-compile-keywords-make-dist
)
+ (cd lisp;
make finder-inf.el)
)
echo "Recompiling Lisp files"
@@
-180,7
+180,11
@@
then
echo "Updating autoloads"
- $EMACS -batch -f batch-update-autoloads lisp
+ (cd lisp; make autoloads)
+
+ echo "Updating cus-load.el"
+
+ (cd lisp; make cus-load.el)
fi
echo "Making lisp/MANIFEST"